|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWebServicePort
This interface represents a web service port.
| Method Summary | |
|---|---|
java.lang.String |
getServiceName()
Returns the service name this port is bound under. |
IWebService |
getWebService()
Returns the IWebService that contains this port. |
IWebServiceOperation |
getWebServiceOperation(java.lang.String name)
Returns the web service operation with the specified name. |
java.util.List |
getWebServiceOperations()
Returns the list of IWebServiceOperations defined for this
web service port. |
| Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IVoiceToolsResource |
|---|
addRefreshListener, deferEvents, getName, getParent, getProject, refresh, removeRefreshListener, resumeEvents |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
java.lang.String getServiceName()
java.util.List getWebServiceOperations()
IWebServiceOperations defined for this
web service port.
IWebServiceOperations defined for this
web service port.IWebServiceOperation getWebServiceOperation(java.lang.String name)
name - The name of the web service operation to return.
IWebService getWebService()
IWebService that contains this port.
IWebService that contains this port.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||